home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Graphics / VueScan / VueScan.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-06-11  |  1013 b   |  38 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDocumentTypes</key>
  6.     <array>
  7.         <dict>
  8.             <key>CFBundleTypeIconFile</key>
  9.             <string>VueScan.icns</string>
  10.             <key>CFBundleTypeName</key>
  11.             <string>Mac OS Icon file</string>
  12.             <key>CFBundleTypeOSTypes</key>
  13.             <array>
  14.                 <string>Icon</string>
  15.             </array>
  16.         </dict>
  17.     </array>
  18.     <key>CFBundleExecutable</key>
  19.     <string>VueScan</string>
  20.     <key>CFBundleGetInfoString</key>
  21.         <string>VueScan 7.6.46</string>
  22.     <key>CFBundleIconFile</key>
  23.     <string>VueScan.icns</string>
  24.     <key>CFBundleIdentifier</key>
  25.         <string>com.hamrick.vuescan</string>
  26.     <key>CFBundleName</key>
  27.     <string>VueScan</string>
  28.     <key>CFBundlePackageType</key>
  29.     <string>APPL</string>
  30.     <key>CFBundleShortVersionString</key>
  31.         <string>7.6.46</string>
  32.     <key>CFBundleSignature</key>
  33.     <string>VSCN</string>
  34.     <key>CFBundleVersion</key>
  35.         <string>7.6.46</string>
  36. </dict>
  37. </plist>
  38.